ComponentOne Xamarin.Android
NotifyDataSetChanged Method (C1RecyclerViewAdapter<T>)


C1.Android.CollectionView Assembly > C1.Android.CollectionView Namespace > C1RecyclerViewAdapter<T> Class : NotifyDataSetChanged Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("notifyDataSetChanged", 
   "()V", 
   "")>
Public Sub NotifyDataSetChanged() 
'Usage
 
Dim instance As C1RecyclerViewAdapter(Of T)
 
instance.NotifyDataSetChanged()
[Android.Runtime.Register("notifyDataSetChanged", 
   "()V", 
   "")]
public void NotifyDataSetChanged()
See Also

Reference

C1RecyclerViewAdapter<T> Class
C1RecyclerViewAdapter<T> Members